﻿@charset \"utf-8\";

/* CSS Document */
* {
	list-style: none;
	outline: none;
	font-family: "微软雅黑", arial;
	border: none;
	color: #333;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*******************************************首页********************************************/
/*.index-head001*/
.index-head002 .welcome,
.index-head002 .nav-box,
.index-head002 .navli {
	width: 100%;
	z-index: 999;
}

.index-head002 .welcome {
	width: 100%;
	height: auto;
	padding: 20px 0;
}

.index-head002 .logo {
	float: left;
	width: 101px;
	height: 64px;
}

.index-head002 .welcome-word {
	float: left;
	height: 64px;
	margin-left: 25px;
}

.welcome-word-tit {
	display: block;
	font-weight: bold;
	font-size: 26px;
	color: #333;
	line-height: 60px;
}

.index-head002 .hot-tel {
	float: right;
	font-size: 26px;
	font-weight: bold;
	line-height: 64px;
	height: 64px;
	color: #333;
	padding-left: 60px;
	background: url(../images/hot_tel.png) no-repeat left center;
}

.index-head002 .nav-btn {
	float: right;
	width: 40px;
	height: 40px;
	margin-top: 12px;
	display: none;
}

.index-head002 .nav-box {
	width: 100%;
	height: 60px;
	background-color: #2d2d2d;
}

.index-head002 .nav {
	float: left;
}

.index-head002 .nav li {
	float: left;
	padding: 0 20px;
	height: 60px;
	overflow: hidden;
}

.index-head002 .nav li a {
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}

.index-head002 .nav-line {
	display: block;
	width: 40%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: -100%;
	bottom: 10px;
}

.index-head002 .nav li:hover,
.index-head002 .nav li.on-top {
	background-color: rgba(206,0,0,.90);
}

.index-head002 .nav li:hover .nav-line,
.index-head002 .nav li.on-top .nav-line {
	left: 30%;
}

.index-head002 .navli {
	display: none;
}

.index-head002 .navli {
	background-color: rgba(0, 0, 0, .7);
	padding-left: 0;
	position: absolute;
	left: 0;
	top: 80px;
}

.index-head002 .navli li {
	width: 100%;
	border-bottom: 1px solid #fff;
}

.index-head002 .navli li a {
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	padding-left: 20px;
	text-decoration: none;
}

.index-head002 .navli li a:hover {
	padding-left: 30px;
}

.searchkey {
	float: right;
	width: 300px;
	height: 36px;
	margin-top: 12px;
}

.searchkey .ss_con {
	display: block;
	float: left;
	width: 166px;
	height: 36px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 36px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.searchkey .ss_btn {
	float: left;
	display: block;
	width: 39px;
	height: 36px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #fff url(../images/search.png) no-repeat center center;
	color: transparent;
}

@media (max-width: 1229px) {
	.index-head002 .nav li {
		padding: 0 10px;
	}

	.index-head002 .nav li a {
		font-size: 15px;
		padding: 10px;
	}
}

@media (max-width: 991px) {

	.index-head002 .hot-tel,
	.index-head002 .welcome-word,
	.index-head002 .nav-box {
		display: none;
	}

	.index-head002 .nav-btn {
		display: block;
	}

	.index-head002 .welcome {
		height: 80px;
		padding: 6px 0;
	}
}

/*--- banner001 slider-css --*/
.slider {
	position: relative;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.callbacks_tabs a:after {
	content: "f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	height: 13px;
	width: 13px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
}

.callbacks_here a:after {
	background: #ff4a1a;
}

.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs li {
	display: inline-block;
}

ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 5%;
	z-index: 100;
	left: 45%;
}

@media(max-width:640px) {
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}

	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 5px;
		left: 38%;
	}
}

@media(max-width:480px) {
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 0;
		left: 30%;
	}

}


/**************标题***************************/
.index-tit002 h1 {
	margin-top: 0;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
}

.index-tit002 h5 {
	margin: 0;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}

.t1 h1 {
	color: #333;
	background: url(../images/line01.png) no-repeat center bottom;
}

.t1 h5 {
	color: #999;
}

.t2 h1 {
	color: #fff;
	background: url(../images/line02.png) no-repeat center bottom;
}

.t2 h5 {
	color: #fff;
}

@media (max-width:680px) {
	.index-tit002 h1 {
		margin-bottom: 10px;
		height: 38px;
		text-align: center;
		font-size: 24px;
		line-height: 24px;
	}

	.index-tit002 h5 {
		font-size: 12px;
		line-height: 12px;
	}


}

/********产品**************/
.index-pro002 {
	padding: 60px 0;
	background-color: #f6f6f6;
}

.pro-box {
	width: 100%;
	margin-top: 60px;
	position: relative;
}

.pro-box-nav {
	float: left;
	width: 210px;
}

.pbn-tit {
	width: 100%;
	height: 60px;
	padding: 5px 0;
	background-color: #2d2d2d;
}

.pbn-tit span {
	display: block;
	text-align: center;
	color: #fff;
}

.pbn-tit-cn {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}

.pbn-tit-en {
	font-size: 14px;
	line-height: 20px;
}

.pbn-list {
	width: 100%;
	border: 1px solid #2d2d2d;
	padding: 10px 0 10px 40px;
}

.pbn-list li a {
	display: block;
	width: 100%;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	color: #666;
	padding-left: 20px;
	background: url(../images/arrow1.png) no-repeat left center;
}

.pbn-list li a:hover {
	color: #e40200;
	background: url(../images/arrow2.png) no-repeat left center;
}

.pro-box-scroll {
	float: right;
	width: 950px;
}

.pro-box-scroll .more1 {
	display: block;
	text-align: right;
	/* height:40px;
	line-height:40px; */
	margin-bottom: 5px;
	font-size: 16px;
	color: #e40200;
}

.pro-box-scroll .more1:hover {
	text-decoration: underline;
}

.pro-box-scroll .tempWrap {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.pro-box-list {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.pro-box-list li {
	float: left;
	width: 264px;
	margin: 10px 18px;
}

.pro-box-list li img {
	display: block;
	width: 264px;
	height: 165px;
	border: 1px solid #666;
	transition: .3s;
}

.pro-box-info {
	width: 264px;
}

.pro-box-info span {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	background-color: #666;
	color: #fff;
	transition: .3s;
}

.pro-box-list li:hover img {
	border: 1px solid #2d2d2d;
}

.pro-box-list li:hover .pro-box-info span {
	background-color: #2d2d2d;
}

@media (max-width:1229px) {
	.pro-box-nav {
		width: 190px;
	}

	.pro-box-scroll {
		width: 720px;
	}

	.pro-box-list li {
		width: 224px;
		margin: 0 8px;
	}

	.pro-box-list li img {
		width: 224px;
		height: 140px;
	}

	.pro-box-info {
		width: 224px;
	}

	.pbn-list li a {
		height: 33px;
		line-height: 33px;
	}

}

@media (max-width: 991px) {
	.pro-box-nav {
		float: none;
		width: 700px;
		margin: 0 auto;
	}

	.pro-box-scroll {
		float: none;
		width: 720px;
		margin: 0 auto;
	}

	.pbn-tit,
	.pro-box-scroll .more1 {
		display: none;
	}

	.pbn-list {
		border: 0;
		padding: 0 0 10px 0;
		border-bottom: 1px dashed #666;
		margin-bottom: 20px;
	}

	.pbn-list li {
		float: left;
		margin-right: 15px;
		margin-bottom: 10px;
	}

	.pbn-list li a {
		width: auto;
		height: 30px;
		line-height: 28px;
		padding: 0 15px;
		background: none;
		border: 1px solid #666;
		border-radius: 5px;
	}

	.pbn-list li a:hover {
		border: 1px solid #ff7800;
		background: none;
	}

}

@media (max-width: 767px) {
	.pro-box-nav {
		width: 610px;
	}

	.pro-box-scroll {
		width: 630px;
	}

	.pro-box-list li {
		width: 192px;
		margin: 0 9px;
	}

	.pro-box-list li img {
		width: 192px;
		height: 120px;
	}

	.pro-box-info {
		width: 192px;
	}

}

@media (max-width:680px) {
	.pro-box-nav {
		width: 470px;
	}

	.pro-box-scroll {
		width: 480px;
	}

	.pro-box-list li {

		width: 250px;

		margin: 0 4px;

	}

	.pro-box-list li img {

		width: 250px;

		height: 155px;

	}

	.pro-box-info {
		width: 100%;
	}

	.pro-box-info span {
		font-size: 13px;
	}
}

@media (max-width:530px) {
	.pro-box-nav {
		width: 100%;
	}

	.pbn-list li a {
		font-size: 14px;
	}

	.pro-box-scroll {
		width: 400px;
	}

	.pro-box-list li {

		width: 250px;

		margin: 0 4px;

	}

	.pro-box-list li img {

		width: 250px;

		height: 155px;

	}

	.pro-box-info {
		width: 100%;
	}
}

@media (max-width:450px) {
	.pro-box-scroll {
		width: 320px;
	}

	.pro-box-list li {
		width: 250px;
		margin: 0 4px;
	}

	.pro-box-list li img {
		width: 250px;
		height: 155px;
	}

	.pro-box-info {
		width: 100%;
	}

}

@media (max-width:370px) {
	.pro-box-scroll {
		width: 280px;
	}

	.pro-box-list li {
		width: 264px;
		margin: 0 8px;
	}

	.pro-box-list li img {
		width: 264px;
		height: 165px;
	}

	.pro-box-info {
		width: 100%;
	}
}

/***************走进锡能***************************/
.index-about002 {
	padding: 60px 0;
}

.index-about002 .index-tit002 {
	display: none;
}

.about-box {
	width: 100%;

}

.about-box img {
	display: block;
	float: left;
	width: 430px;
}

.about-box-info {
	float: right;
	width: 660px;
	padding-top: 20px;
}

.about-box-tit {
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
	text-align: center;
	background: url(../images/line01.png) no-repeat center bottom;
}

.about-box-tit span {
	display: inline-block;
	text-align: center;
	line-height: 30px;
}

.about-box-tit .abt-cn {
	font-size: 30px;
	margin-right: 15px;
}

.about-box-tit .abt-en {
	font-size: 14px;
	color: #999
}

.about-box-txt span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #666;
	text-indent: 2em;
}

.about-box-btn {
	margin-top: 40px;
}

.about-box-btn a {
	display: block;
	float: left;
	width: 150px;
	font-size: 16px;
	border: 1px solid #a8a8a8;
	background-color: #f7f6f8;
	padding: 15px 0;
	padding-left: 60px;
}

.about-box-btn .about-box-btn01 {
	background: url(../images/about-icon0102.png) no-repeat 15px center;
	border: 1px solid #ff7800;
	color: #ff7800;
}

.about-box-btn .about-box-btn02 {
	background: url(../images/about-icon0201.png) no-repeat 15px center;
	margin: 0 11%
}

.about-box-btn .about-box-btn02:hover {
	background: url(../images/about-icon0202.png) no-repeat 15px center;
	border: 1px solid #ff7800;
	color: #ff7800;
}

@media (max-width:1229px) {
	.about-box img {
		width: 400px;
	}

	.about-box-info {
		width: 500px;
		padding-top: 10px;
	}

}

@media (max-width:991px) {
	.about-box {
		margin-top: 40px;
	}

	.index-about002 .index-tit002 {
		display: block;
	}

	.about-box-tit {
		display: none;
	}

	.about-box img {
		width: 300px;
	}

	.about-box-info {
		width: 390px;
		padding-top: 20px;
	}

	.about-box-info h1 {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.about-box-info span {
		font-size: 14px;
		line-height: 20px;
	}

	.about-box-btn {
		margin-top: 20px;
	}

	.about-box-btn a {
		width: auto;
		padding: 5px 15px;
		text-align: center;
		border-radius: 5px;
	}

	.about-box-btn .about-box-btn01,
	.about-box-btn .about-box-btn02,
	.about-box-btn .about-box-btn03,
	.about-box-btn .about-box-btn02:hover,
	.about-box-btn .about-box-btn03:hover {
		background: none;
	}

}

@media (max-width:767px) {
	.about-box img {
		float: none;
		width: 300px;
		margin-left: 5%;
	}

	.about-box-info {
		float: none;
		width: 90%;
		margin-left: 5%;
	}
}

@media (max-width:530px) {
	.about-box-btn a {
		font-size: 14px;
	}
}

@media (max-width:480px) {
	.about-box img {
		margin-left: 1%;
		width: 98%;
		max-width: 300px;
	}

	.about-box-info {
		width: 98%;
		margin-left: 1%;
	}


	.about-box-btn .about-box-btn02 {
		margin: 0 5%
	}
}

/***************联系我们***************************/
.index-contact002 {
	padding: 60px 0 50px;
	background: url(../images/contact_bg.jpg) no-repeat center center;
}

.contact-box {
	width: 100%;
	margin-top: 30px;
	padding-left: 0;
}

.contact-box li {
	float: left;
	width: 50%;
	padding-left: 220px;
	font-size: 18px;
	line-height: 60px;
	height: 60px;
	color: #fff;
}

.contact-box li:nth-of-type(1) {
	background: url(../images/con-icon01.png) no-repeat 160px center;
}

.contact-box li:nth-of-type(2) {
	background: url(../images/con-icon02.png) no-repeat 160px center;
}

.contact-box li:nth-of-type(3) {
	background: url(../images/con-icon03.png) no-repeat 160px center;
}

.contact-box li:nth-of-type(4) {
	background: url(../images/con-icon04.png) no-repeat 160px center;
}

@media (max-width:1229px) {
	.contact-box li {
		padding-left: 160px;
	}

	.contact-box li:nth-of-type(1) {
		background: url(../images/con-icon01.png) no-repeat 100px center;
	}

	.contact-box li:nth-of-type(2) {
		background: url(../images/con-icon02.png) no-repeat 100px center;
	}

	.contact-box li:nth-of-type(3) {
		background: url(../images/con-icon03.png) no-repeat 100px center;
	}

	.contact-box li:nth-of-type(4) {
		background: url(../images/con-icon04.png) no-repeat 100px center;
	}
}

@media (max-width:991px) {
	.contact-box li {
		padding-left: 120px;
	}

	.contact-box li:nth-of-type(1) {
		background: url(../images/con-icon01.png) no-repeat 60px center;
	}

	.contact-box li:nth-of-type(2) {
		background: url(../images/con-icon02.png) no-repeat 60px center;
	}

	.contact-box li:nth-of-type(3) {
		background: url(../images/con-icon03.png) no-repeat 60px center;
	}

	.contact-box li:nth-of-type(4) {
		background: url(../images/con-icon04.png) no-repeat 60px center;
	}
}

@media (max-width:767px) {
	.contact-box {
		width: 300px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.contact-box li {
		float: none;
		width: 100%;
		padding-left: 60px;
		font-size: 16px;
	}

	.contact-box li:nth-of-type(1) {
		background: url(../images/con-icon01.png) no-repeat left center;
	}

	.contact-box li:nth-of-type(2) {
		background: url(../images/con-icon02.png) no-repeat 1px center;
	}

	.contact-box li:nth-of-type(3) {
		background: url(../images/con-icon03.png) no-repeat left center;
	}

	.contact-box li:nth-of-type(4) {
		background: url(../images/con-icon04.png) no-repeat 3px center;
	}
}

/****************新闻**********************/
.index-news002 {
	padding: 60px 0;
}

.news-box {
	width: 100%;
	margin-top: 60px;
}

.news-box-left {
	float: left;
	width: 46%;

}

.news-box-left img {
	display: block;
	width: 100%;
}

.nbl-tit {
	display: block;
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	color: #2d2d2d;
	margin: 20px 0 10px;
}

.nbl-txt {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
}

.news-box-left:hover .nbl-txt {
	text-decoration: underline;
}

.news-box-right {
	float: right;
	width: 46%;
	padding-left: 0;
}

.news-box-right li {
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #999;
}

.news-box-right li img {
	display: block;
	float: left;
	width: 100px;
}

.nbr-date {
	float: left;
	width: 70px;
}

.nbr-date span {
	display: block;
	text-align: center;
}

.nbr-date-d {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 5px;
}

.nbr-date-y {
	font-size: 14px;
	line-height: 14px;
}

.nbr-tit-box {
	float: left;
	margin-left: 30px;
	width: calc(100% - 100px);
}

.nbr-tit {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 0;
}

.nbr-txt {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #666;
}

.news-box-right li:hover {
	border-bottom: 1px solid #eee;
	background-color: #ff7800;
}

.news-box-right li:hover .nbr-date span {
	color: #fff;
}

.news-box-right li:hover .nbr-tit-box span {
	color: #fff;
}

@media (max-width:1229px) {
	.news-box-left {
		width: 440px;
		padding-left: 0;
		padding-right: 0;
	}

	.news-box-right {
		width: 500px;
		padding-left: 40px;
	}

	.news-box-right li {
		padding: 10px;
	}

	.news-box-txt h1 {
		font-size: 16px;
		line-height: 16px;
		height: 16px;
		margin-bottom: 10px;
	}
}

@media (max-width:991px) {
	.news-box-left {
		width: 360px;
		padding-right: 0;
	}

	.news-box-right {
		width: 360px;
		padding-left: 30px;
	}

	.nbr-tit {
		font-size: 16px;
		line-height: 16px;
		height: 16px;
		margin-bottom: 5px;
	}

}

@media (max-width:767px) {
	.news-box-left {
		float: none;
		width: 100%;
		max-width: 450px;
		padding: 0;
		margin: 0 auto;
		margin-bottom: 40px;
		border-right: 0;
	}

	.news-box-right {
		float: none;
		width: 100%;
		max-width: 450px;
		padding: 0;
		margin: 0 auto;
	}
}

@media (max-width:680px) {

	.pro-box,
	.about-box,
	.news-box {
		margin-top: 30px;
	}

}

/****************foot**********************/
.index-foot002 {
	padding: 60px 0;
	background: #2d2d2d url(../images/foot_bg.png) top center;
}

.foot-pic {
	float: left;
	width: 440px;
}

.foot-pic img {
	margin-right: 80px;
}

.foot-nav {
	float: left;
}

.foot-nav a {
	margin-right: 120px;
	color: #fff;
	font-size: 16px;
	line-height: 75px;
}

.foot-nav a:hover {
	color: #ff0000;
}

.foot-contact {
	width: 1080px;
	padding: 0;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 100px;
}

.foot-contact li {
	float: left;
	width: 240px;
	margin-right: 20px;
}

.foot-contact li:first-of-type {
	width: 300px
}

.foot-contact li:last-of-type {
	margin-right: 0;
}

.foot-contact li span {
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	margin-right: 14px;
	border-radius: 50%;
	background-color: #2d2d2d;
}

.foot-icon01 {
	background: url(../images/foot_icon01.png) no-repeat center center;
}

.foot-icon02 {
	background: url(../images/foot_icon02.png) no-repeat center center;
}

.foot-icon03 {
	background: url(../images/foot_icon03.png) no-repeat center center;
}

.foot-icon04 {
	background: url(../images/foot_icon04.png) no-repeat center center;
}

.foot-contact li .foot-icon {
	float: left;
	width: 36px;
	height: 36px;
	margin-right: 14px;
	border-radius: 50%;
	background-color: #ff0000;
}

.foot-con-txt {
	float: left;
	width: calc(100% - 50px);
}

.foot-con-txt h4 {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	margin: 0;
}

.foot-con-txt h5 {
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	margin: 0;
}

.foot-copy {
	float: left;
	color: #fff;
	font-size: 12px;
	line-height: 32px;
	text-align: center;
	width: 100%;
}

.foot-linke {
	float: left;
	color: #fff;
	font-size: 12px;
	line-height: 32px;
	margin-left: 10px;
}

.foot-beian {
	float: left;
	color: #fff;
	font-size: 12px;
	line-height: 32px;
	margin-left: 10px;
}

@media (max-width:1229px) {
	.foot-pic {
		float: none;
		width: 100%;
	}

	.foot-nav {
		float: none;
		width: 100%;
		margin-top: 40px;
	}

	.foot-nav a {
		line-height: 32px;
	}

	.foot-contact {
		width: 100%;
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.foot-contact li {
		margin-right: 0;
		width: 200px;
	}

	.foot-contact li:first-of-type {
		width: 300px;
	}

	.foot-contact li:last-of-type {
		width: 240px;
	}
}

@media (max-width: 991px) {
	.index-foot001 {
		background: #28292e;
	}

	.foot-contact li {
		width: 50%;
		margin: 0 0 10px 0;
	}

	.foot-contact li:first-of-type {
		width: 50%
	}

	.foot-contact li:last-of-type {
		width: 50%
	}
}

@media (max-width: 767px) {
	.foot-nav a {
		display: inline-block;
		width: 16%;
		margin: 0;
		text-align: center;
	}

	.foot-contact li {
		width: 100%;
	}

	.foot-contact li:first-of-type {
		width: 100%
	}

	.foot-copy {
		float: none;
		text-align: center;
	}

	.foot-beian {
		float: none;
		text-align: center;
	}

	.foot-copy {
		float: left;
		color: #fff;
		font-size: 12px;
		line-height: 32px;
		margin-left: 0px;
	}

	.foot-beian {
		float: left;
		color: #fff;
		font-size: 12px;
		line-height: 32px;
		margin-left: 0px;
	}

	.foot-linke {
		display: none;
	}

	.foot-beian {
		float: none;
		text-align: center;
	}

	.index-foot002 {
		padding: 5px 0;
	}
}

@media (max-width:560px) {
	.foot-pic img {
		margin-right: 0;
	}

	.foot-pic img:first-of-type {
		margin-right: calc(100% - 270px);
	}

	.foot-nav a {
		width: 32%;
	}
}

/*******************************************内页********************************************/
/******面包屑导航******/
.pos002 {
	width: 100%;
	padding: 30px 0;
	background: #f6f6f6;
}

.pos-box-left {
	float: left;
}

.pos-box-left h1 {
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
}

.pos-box-left span {
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 5px;
}

.pos-box-left h2 {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	color: #666;
	margin: 0;
}

.pos-box-right {
	float: right
}

.pos-box-right span {
	color: #666;
	margin-left: 5px;
	line-height: 24px;
}

.pos-box-right a {
	color: #666;
	margin-left: 5px;
	line-height: 24px;
}

.pos-box-right a:hover {
	color: #2d2d2d;
}

@media (max-width:767px) {
	.pos002 {
		padding: 10px 0;
	}

	.pos-box-left {
		display: none;
	}

	.pos-box-right {
		float: none;
		width: 100%;
	}

	.pos-box-right a,
	.pos-box-right span {
		margin: 0 5px 0 0
	}
}


/******main******/
.main002 {
	width: 100%;
	padding: 60px 0;
}

.mainright002 {
	float: right;
	width: 240px;
}

.mainleft002 {
	float: left;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #ccc;
	width: calc(100% - 270px);
	min-height: 780px;
}

@media (max-width:991px) {
	.mainright002 {
		float: none;
		width: 100%;
		margin-bottom: 60px;
	}

	.mainleft002 {
		float: none;
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
		min-height: auto;
	}
}


/******mainright******/
.right-nav {
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
}

.right-nav h1,
.right-con h1 {
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 24px;
	color: #666;
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.right-nav-list {
	padding-left: 0;
}

.right-nav-list li a {
	display: block;
	width: 100%;
	border-bottom: 1px solid #eee;
	line-height: 20px;
	text-indent: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: normal;
	font-size: 14px;
	padding: 11px 0;
}

.right-nav-list li a:hover {
	color: #2d2d2d;
}

.right-second-nav {
	padding-left: 0;
	display: none;
}

.right-second-nav li a {
	text-indent: 30px;
}

.right-second-nav li a span {
	margin-right: 10px;
}

.right-nav-list li:nth-child(1) .right-second-nav {
	display: block;
}

.right-con-info {
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
}

.right-con-info li {
	width: 100%;
	height: 43px;

	padding-left: 12px;
	line-height: 42px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #eee;
}

.right-con-info li span {
	display: inline-block;
	width: 45px;
	color: #666;
}

@media (max-width:991px) {
	.right-nav h1 {
		height: 34px;
		line-height: 24px;
		padding-bottom: 10px;
		margin-top: 0;
		margin-bottom: 0;
	}
}

/******内页产品列表******/
.in-prolist002 {
	width: 100%;
	padding: 0;
}

.in-prolist002 li {
	float: left;
	width: 31.33333%;
	height: auto;
	margin: 0 1% 40px 1%;
	position: relative;
	transition: all .3s;
}

.in-prolist-img {
	width: 100%;
	border: 1px solid #999;
}

.in-prolist-img img {
	max-width: 100%;
	max-height: 100%;
	height: 180px;
	text-align: center;
	display: block;
	margin: 0px auto;
}

.in-prolist-info {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: normal;
	background-color: #999;
	color: #fff;
}

.in-prolist-info h3 {
	font-size: 16px;
}

.in-prolist002 li:hover .in-prolist-img {
	border: 1px solid #2d2d2d;
}

.in-prolist002 li:hover .in-prolist-info {
	background-color: #2d2d2d
}

@media (max-width: 767px) {
	.in-prolist002 {
		width: 560px;
		margin: 0 auto;
	}

	.in-prolist002 li {
		width: 260px;
		margin: 0 10px 40px 10px;
	}
	
	
	.in-prolist-img img {
	  max-width: 100%;
	  max-height: 100%;
	  height: auto;
	  text-align: center;
	  display: block;
	  margin: 0px auto;
	}
}

@media (max-width: 600px) {
	.in-prolist002 {
		width: 100%;
	}

	.in-prolist002 li {
		width: 48%;
		margin: 0 1% 40px 1%;
	}
}

@media (max-width:450px) {
	.in-prolist002 li {
		width: 88%;
		margin: 0 6% 40px 6%;
	}
}

@media (max-width:400px) {
	.in-prolist002 li {
		width: 98%;
		margin: 0 1% 40px 1%;
	}
	
}

/*******产品详情页**********/
.in-proinfo-tit {
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 24px;
	color: #666;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

@media (max-width:991px) {
	.in-proinfo-tit {
		text-align: left;
		padding-left: 10px;
	}

}

/******内页新闻列表******/

.in-newslist002 {
	padding-left: 0;
	margin-bottom: 60px;
}

.in-newslist002 li {
	padding: 30px 10px;
	border-bottom: 1px solid #ccc;
}

.in-newstime {
	float: left;
	width: 70px;
	text-align: center;
	margin-right: 30px;
}

.in-newstime-d {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 5px;
}

.in-newstime-y {
	font-size: 14px;
	line-height: 14px;
}

.in-newslist-info {
	float: left;
	width: calc(100% - 100px);
}

.in-newslist-info span {
	display: block;
}

.in-newslist-tit {
	font-size: 20px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #2d2d2d;
}

.in-newslist-txt {
	font-size: 14px;
	line-height: 28px;
	color: #666;
}

.in-newslist002 li:hover {
	background-color: #f6f6f6;
	border-bottom: 1px dashed #f6f6f6;
}

@media (max-width:767px) {

	.in-newslist-tit {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.in-newslist-txt {
		line-height: 20px;
	}
}

@media (max-width: 600px) {
	.in-newstime {
		margin-right: 10px;
	}

	.in-newslist-info {
		width: calc(100% - 80px);
	}

	.in-newslist-tit {
		font-size: 16px;
	}
}

/*******分页**********/
#pageDiv {
	clear: both;
	margin: 30px 0px 0px 0;
	text-align: center;
	color: #333;
}

#pageDiv span {
	font-size: 14px;
	border: 1px solid #999;
	height: 43px;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 25px;
}

#pageDiv a {
	font-size: 14px;
	display: inline-block;
	height: 43px;
	line-height: 43px;
	color: #666;
	text-decoration: none;
}

#pageDiv span:hover,
#pageDiv span.current {
	background: #2d2d2d;
	border: 1px solid #2d2d2d;
}

#pageDiv span:hover a,
#pageDiv span.current a {
	color: #fff;
}

@media (max-width: 767px) {
	#pageDiv span {
		font-size: 12px;
		height: 30px;
		padding: 0 10px;
	}

	#pageDiv a {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
}

/*******新闻详情页**********/
.in-newstit {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.in-newsdate {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

.in-newsdate span {
	margin: 0 15px;
	color: #666;
}

/*******上下页**********/
.in-prenext {
	margin-top: 30px;
}

.in-prenext div span {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-right: 10px;
}

.in-prenext div a {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.in-prenext div a:hover {
	color: #2d2d2d
}

.in-back {
	display: block;
	width: 130px;
	padding-left: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	background: #2d2d2d url(../images/back.png) no-repeat 8px center;
	color: #fff;
	border-radius: 5px;
	margin-top: 20px;
	position: relative;
	top: 0;
}

.in-back:hover {
	top: -2px;
	box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .5);
}

.ke-zeroborder {
	border: 1px solid #000;
}

.ke-zeroborder td {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

.ss_but {
	height: 36px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.foot-pic {
	display: none;
}

.foot-linke {
	color: #fff;
}

.foot-linke a {
	color: #fff;
}




.right-second-nav li {
	position: relative;
}

.right-second-nav li a:before {
	content: \">>\";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0;
}

/* CSS Document Created on 2020-05-29 13:35:36 by 1 */